NevronOpenVision
Nevron.Nov.Graphics Namespace / NGeometry2D Class / Translate Method / Translate(NPoint[],Double,Double) Method
array of points
x offset
y offset
Translate(NPoint[],Double,Double) Method
Translates the specified points
Syntax
public static void Translate( 
   NPoint[] points,
   System.double dx,
   System.double dy
)

Parameters

points
array of points
dx
x offset
dy
y offset
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also